body, h1, h2, h3, h4, h5, h6, p, div, ul, li 
{
	margin:0;
	padding:0;
}

body 
{
	font-family: Verdana, Geneva, sans-serif;
	background-image: url("myportfoliowebsitebg.jpg");
	background-size: 100%;
}

#divWrapper 
{
	width:900px;
	margin:20px auto;
}

#divHeader													
{
	width:900px;
	background:url(Header Portfolio Website.jpg);			
	text-align:center;										
}

#divHeader img
{
	padding-top:20px;
	padding-bottom:0px;
}

#divLine
{
	width:900;
	background:#999;
	height:1px;
}

#divLinks
{
	width:900px;
	background:#666;
}

#divNav
{
	width:664px;				
	background:#666;
	height:36px;
	margin:0 auto;
}

#divNav ul
{
	list-style-type:none;
}

#divNav ul li
{
	float:left;
}

#divNav ul li a
{
	display:block;
	height:20px;
	line-height:20px;
	background:#000;
	width:150px;
	font-size:0.9em;
	color:#FFF;
	text-align:center;
	text-decoration:none;
	margin:7px;
	
	
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #999;
	
	
	background:-moz-linear-gradient(top, #666, #333);
	background:-webkit-gradient(linear, left top, left bottom, from(#666), to(#333));
	background:-ms-filter(linear, left top, left bottom, from(#666), to(#333));
}

#divNav ul li a:hover
{
	background:#333;
	background:-moz-linear-gradient(top, #000, #666);
	background:-webkit-gradient(linear, left top, left bottom, from(#000), to(#666));
}

#divNav ul li a.current, #divNav ul li a.current:hover
{
	background:#333;
	background:-moz-linear-gradient(top, #000, #666);
	background:-webkit-gradient(linear, left top, left bottom, from(#000), to(#666));
	color:#666;
	cursor:default;
}

#divNav ul ul
{
	display:none;
	width:0px;
	margin:o auto;
	position:absolute;
	top:auto;
}

#divNav ul li:hover> ul
{
	display:block;
}

							
#div3DМодели
{
	width:900;
	background:-moz-linear-gradient(top, #525151, #9e9e9f);
	background:-webkit-gradient(linear, left top, left bottom, from(#525151), to(#9e9e9f));
	padding-top:30px;
	padding-bottom:30px;
}
							
#divContent
{
	width:700px;
	margin:0 auto;
	background:#222;
	border:1px solid #000;
	

	box-shadow:3px 3px 5px #000;
	-moz-box-shadow:3px 3px 5px #000;
	-webkit-box-shadow:3px 3px 5px #000;
}

#divContent img
{
	float:left;
	padding:2px;
}

#divContent h1
{
	float:left;
	padding:10px;
	margin:0.7em;

}

#divContent p1
{
	font-size:0.8em;
	color:#999;
	padding:0.7em;
	padding-top:0.8em;
	text-align:justify;
}

#divContent p
{
	font-size:0.8em;
	color:#999;
	padding:0.7em;
	padding-top:0.8em;	
}

#divFooter
{
	width:900px;
	height:10px;
	background:#222;
	border-bottom:1px solid #333;
}